-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sage.algebras
: Update # needs
, modularization fixes, doctest cosmetics
#36642
Conversation
…sage.rings.finite_rings,sage.libs.pari --overwrite src/sage/algebras/finite_dimensional_algebras/finite_dimensional_algebra_element.pyx
…ags --probe sage.rings.finite_rings --overwrite src/sage/algebras/finite_dimensional_algebras/finite_dimensional_algebra.py
… doctest cosmetics
sage.algebras
: Update # needs
sage.algebras
: Update # needs
, modularization fixes, doctest cosmetics
src/sage/algebras/commutative_dga.py
Outdated
sage: A1 is A2 | ||
sage: A1 = GradedCommutativeAlgebra(GF(2), 'x,y', (3, 6)) # needs sage.rings.finite_rings | ||
sage: A2 = GradedCommutativeAlgebra(GF(2), ['x', 'y'], [3, 6]) # needs sage.rings.finite_rings | ||
sage: A1 is A2 # needs sage.rings.finite_rings | ||
True | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GF(2) is small?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Done throughout the file in bd006df
src/sage/algebras/finite_gca.py
Outdated
@@ -126,7 +127,7 @@ class FiniteGCAlgebra(CombinatorialFreeModule, Algebra): | |||
omitted, an instance of the class | |||
:class:`sage.algebras.commutative_dga.GCAlgebra` is created instead:: | |||
|
|||
sage: A.<x,y,z,t> = GradedCommutativeAlgebra(QQ, degrees=(1,2,6,6)) | |||
sage: A.<x,y,z,t> = GradedCommutativeAlgebra(QQ, degrees=(1,2,6,6)) # needs sage.libs.singular | |||
sage: type(A) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why sage.libs.singular
? sage.modules
is not enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't test right now, so I have removed it in 919ec6f
Otherwise, looks good to me. |
SageMath version 10.2.rc2, Release Date: 2023-11-12
…ings.finite_rings'
…ngular'; doctest cosmetics
Documentation preview for this PR (built with commit 919ec6f; changes) is ready! 🎉 |
codecov/patch complains decreased coverage in I am testing with 10.2.rc3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM.
Thank you! |
I think these fluctuations may be explained by #36539 |
📝 Checklist
⌛ Dependencies